home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * *
- * *
- * This code is copyright (c) 1991 *
- * Athena Design, Inc. *
- * and David Pollak *
- * *
- * ALL RIGHTS RESERVED *
- * *
- * *
- * *
- * *
- * *
- **************************************************************************/
-
- // this handles the error messages for Mesa
- // 11/25/91 dpp
-
- typedef enum {noError = 0,badInputError,badFormulaError,
- stackUnderflowError,labelNotFoundError,circularError,divideByZeroError,
- mathError, naError, rangeError, badAddressError, errorError, inherit1Error,
- inherit2Error, macroCommandEndError, inputIntoProtCellError, paramFuncError,
- branchNoFoundError, escError, unimplMenuError, multiEscError, refOverflowError,
- irrError, noAddInFuncError, linkError
- ,lastError} ErrorType;
-
- char *errorString(int);
- char *longErrorString(int);
-